gtktreeviewcolumn: Fix typo in typedef documentation
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Sat, 24 Sep 2016 04:10:13 +0000 (21:10 -0700)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Sat, 24 Sep 2016 04:10:13 +0000 (21:10 -0700)
gtk/gtktreeviewcolumn.h

index b91092eabdd345671cf7034c19883c4e7dfa675a..97649dc9bba868cb989a405fb0275fe9e330f547 100644 (file)
@@ -71,7 +71,7 @@ typedef enum
  * straight mapping between the cell and the model.  This is useful for
  * customizing the cell renderer.  For example, a function might get an
  * integer from the @tree_model, and render it to the “text” attribute of
- * “cell” by converting it to its written equivilent.  This is set by
+ * “cell” by converting it to its written equivalent.  This is set by
  * calling gtk_tree_view_column_set_cell_data_func()
  */
 typedef void (* GtkTreeCellDataFunc) (GtkTreeViewColumn *tree_column,